'Declaration Public Overloads Overrides Function GetImage( _
ByVal progressDelegateProgress delegate.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings progressDelegate,
System.EventHandler<ProgressEventArgs> decodingSettings
)
Parameters
- progressDelegate
- Progress delegate.
- decodingSettings
- The decoding settings that should be used for decoding of page image.
Return Value
The image associated with this RawPage object if image was loaded successfully; null if image loading was canceled.